home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 052a / wincat30.zip / WINCAT.DOC < prev    next >
Text File  |  1993-04-17  |  47KB  |  1,196 lines

  1.  
  2.            WinCat/PRO - Windows Disk Catalog & Disk Manager
  3.            ======================================================
  4.  
  5.            Version 3.0, April 1993
  6.  
  7.            Created by Mart Heubel, Heerlen, The Netherlands
  8.  
  9.  
  10.  
  11. TABLE OF CONTENTS
  12. -----------------
  13.  
  14. * General Information
  15. * WinCat Features
  16. * System Requirements
  17. * Installing WinCat
  18. * Using WinCat
  19.    * Volume List Window
  20.      - Cataloging disks
  21.      - Cataloging archive contents
  22.      - Cataloging CD-ROM'S
  23.    * File List Window
  24.      - Defining Associations
  25.      - Restoring Files
  26.    * File Menu
  27.    * Options Menu
  28.    * Utilities Menu
  29.    * Help Menu
  30. * Hints and Tips
  31. * WinCat 3.0 Summary of Changes
  32. * Things to Come
  33. * Registering WinCat
  34. * Your Comments Please
  35. * Distribution
  36. * Small Print
  37.  
  38.  
  39. GENERAL INFORMATION
  40. -------------------
  41.  
  42. WinCat is a tool that helps you organize your floppydisks and CD-Rom's,
  43. and enables you to quickly find and restore the files they hide.
  44.  
  45. Although there are various disk catalog programs around, none of them
  46. really suited my needs or taste.  Therefore I decided to write my own
  47. (always a guarantee for quality software !), and the result of a few weeks
  48. fooling around with Visual Basic and Turbo Pascal was WinCat 1.0.
  49. In little then a year this initial release evolved into a rather useful
  50. tool (WinCat 2.5), but it also became clear that -due to the Visual Basic
  51. programming language- further improvements like CD-ROM support were almost
  52. impossible to realise without slowing down the program to a snail's speed.
  53.  
  54. That's why I wrote an entirely new version of WinCat using Borland's
  55. Turbo Pascal for Windows. This new WinCat/PRO 3.0 is the successor to
  56. WinCat 2.5, but although it looks a lot like the old WinCat 2.5, there's
  57. one big difference : it's very, VERY fast !
  58.  
  59. Because of all it's features and it's speed I humbly consider WinCat/PRO
  60. to be the best floppydisk/CD-Rom manager available for Windows today (with
  61. WinCat 2.5 being a good second best...).
  62.  
  63. So here's the 'bad' news :
  64. WinCat/PRO is distributed as AidWare and is NOT free (but at $15 still a 
  65. give-away...).
  66.  
  67. 'AidWare' means that I'll donate all received registration-fees to an
  68. organisation that supports developmentprograms in 3rd-world countries.
  69. I hope many of you support this AidWare concept by registering WinCat.
  70. Please read file AIDWARE.DOC and file ORDERFRM.DOC for more details !
  71.  
  72.  
  73. FEATURES OF WINCAT/PRO 3.0 :
  74. ----------------------------
  75.  
  76. - It's easy to use
  77. - It's FAST !
  78. - Ability to restore files or extract files from archives
  79.   WinCat interfaces to all DOS and Windows unarchive utilities
  80.   (like ARJ, LHA, PKUNZIP, WUNA, WINZIP etc.) and other programs 
  81.   using user-defined associations
  82. - Kingsize comment fields on both file- and volume-entries
  83. - Supports sub-directories up to 3 levels deep
  84. - Supports multiple diskdrives (3.5", 5.25" and CD-ROM)
  85. - Extensive file search capabilities
  86. - ClipBoard interface for easy editing file-descriptions
  87. - Includes an import/conversion tool that extracts file-descriptions from
  88.   BBS Allfiles-listings or listings from other disk catalog programs
  89. - Automaticly copies file-descriptions from (4DOS) descript.ion files
  90.   to it's catalog
  91. - Reports : Volume Summary, Volume Contents, Files sorted by Filename
  92.   and Duplicate Files
  93. - Allows you to create easy-to-work-with groups of volumes
  94. - Expensive looking '3D metallic' windows
  95. - Ability to catalog the contents of ARJ, ZIP, LZH, PAK and ARC archives
  96. - Ability to export the catalog to a dBase compatible databasefile.
  97.  
  98.  
  99. SYSTEM REQUIREMENTS
  100. -------------------
  101.  
  102. In order to run properly, WinCat/PRO requires
  103.  
  104.         - MicroSoft Windows 3.1
  105.         - at least 2 MB memory
  106.         - at least 1 MB space on your harddisk
  107.         - at least 1 diskdrive or CD-ROM drive
  108.  
  109.  
  110. INSTALLING WINCAT
  111. -----------------
  112.  
  113. If you're currently using WinCat 2.x, and want to install the new WinCat
  114. 3.0, please read file CONVERT.DOC instead of the following instructions.
  115.  
  116. To install WinCat, create directory C:\WINDOWS\WINCAT on your harddisk 
  117. and extract WINCAT30.ARJ into that directory.
  118. The following files will be created :
  119.  
  120.    WINCAT.EXE      - The WinCat program
  121.    WINCAT.INI      - Default settings & associations
  122.    WINCAT.DOC      - WinCat user guide
  123.    WINCAT.WNT      - Overview of WinCat's features
  124.    WINCATAR.DLL    - WinCat's Archive Scan routines
  125.    WINCATRS.PIF    - PIF that WinCat uses to launch WINCATRS.BAT.
  126.    WINCATRS.BAT    - BAT that WinCat uses to execute DOS unarchive
  127.                      utilities (like ARJ, LHA, PKUNZIP etc.)
  128.    SAMPLE.CAT      - A sample catalog
  129.    CONVERT.EXE     - Catalog conversion program
  130.    CONVERT.DOC     - Explains how to use CONVERT.EXE
  131.    AIDWARE.DOC     - Explains the AidWare concept (read this !)
  132.    ORDERFRM.DOC    - How to order your WinCat/PRO license (read this too !)
  133.    IMPORT.TXT      - A sample file to use with WinCat's IMPORT function
  134. (*)BWCC.DLL        - Runtime library needed by Turbo Pascal programs
  135. (*)COMMDLG.DLL     - Windows 3.1 API Interface Unit  
  136.    README.DOC      - For turbo-installers who never read DOC files
  137.  
  138. (*) BWCC.DLL and COMMDLG.DLL are copyrighted by Borland International,
  139.     but may be freely distributed.
  140.  
  141.  
  142. You'll have to move 3 of these files (WINCAT.INI, BWCC.DLL and COMMDLG.DLL)
  143. to another directory :
  144.  
  145. File WINCAT.INI is a default set of settings and associations used
  146. by WinCat. Move it to the C:\WINDOWS directory.
  147.  
  148. File BWCC.DLL is a runtime library that's needed by all programs
  149. that were developed using Borland's Turbo Pascal for Windows
  150. compiler.
  151. This file must be moved to the C:\WINDOWS\SYSTEM directory.
  152. However, it's possible that there is already a BWCC.DLL present in
  153. this directory (put there by other programs that use it).
  154. If this is the case, replace that copy of BWCC.DLL ONLY if the one
  155. supplied with WinCat is from a more recent date.
  156.  
  157. The same goes for file COMMDLG.DLL ; move this file only to the 
  158. C:\WINDOWS\SYSTEM directory if there isn't already a same file from
  159. a more recent date.
  160.  
  161. Files CONVERT.EXE and CONVERT.DOC are used only when converting
  162. an already existing WinCat 2.x catalog to the new format required
  163. by WinCat/PRO.
  164. So, if you didn't use a previous version of WinCat you can delete
  165. these files.
  166.  
  167. If you want to let WinCat catalog the contents of archive files you
  168. must also create subdirectory C:\WINDOWS\WINCAT\ARCHIVES\
  169. (See also 'Cataloging Archive Contents').
  170.  
  171. Edit WINCATRS.BAT and change the 'CD\SHEZ' statement to your directory
  172. that contains the DOS un-archivers you use, like ARJ.EXE, LHA.EXE and
  173. PKUNZIP.EXE .
  174. If these files are accessable through your default PATH, or if you
  175. prefer to include the path on the 'association' definitions, simply
  176. delete this statement.
  177.  
  178. You can let WinCat's 'restore file' function call WUNA (a shareware
  179. Windows UnArchive tool by James N. Hughes) to handle ZIP and ARJ files.
  180. WinCat doesn't specify a path when calling WUNA.EXE, so (if you want to
  181. use WUNA) make sure this file is in your \WINDOWS directory.
  182. You can download WUNA from any WINNET BBS.
  183.  
  184. Now, all that's left to do is to add WINCAT.EXE to a Windows program 
  185. group.
  186. Make sure you specify C:\WINDOWS\WINCAT as the 'working directory' !
  187. Else WinCat can't find the WINCATRS.PIF, WINCATAR.DLL etc. files.
  188.  
  189. Now start WinCat by clicking it's icon.
  190. Click the FILE menu on WinCat's primary window, and then select
  191. 'Open Catalog...'.
  192. The 'Open' dialog will show 1 catalog file, SAMPLE.CAT.
  193. Select file SAMPLE.CAT and click OK. After WinCat has read this file
  194. you can have a first look at WinCat/PRO 3.0 !
  195.  
  196. Once you've tried WinCat you can delete the SAMPLE.CAT, and create your
  197. own catalog : click the FILE menu, select 'Open Catalog...' and, on the
  198. 'Open Catalog' dialog enter the name of the catalog you want to create,
  199. for instance WINDOWS.CAT. Note that the filename-extension must be '.CAT'.
  200.  
  201.  
  202. USING WINCAT
  203. ------------
  204.  
  205. WinCat has two main windows : the 'Volume List' window, which displays
  206. all disks in the catalog, and the 'File List' window, which is used to
  207. display selected files.
  208.  
  209.  
  210. VOLUME LIST WINDOW
  211. ------------------
  212.  
  213. When you start WinCat you'll see the Volume List window, which shows all
  214. the disks in the catalog, and a few actions buttons.
  215.  
  216. For each volume that was cataloged, WinCat displays (from left to right) :
  217. - the volume-ID : this is the label that's on the disk.
  218. - the amount of free space on the disk (in KBytes, where K = 1000)
  219. - the number of files on the disk
  220. - an 'A' flag if the contents of archive-files on this disk are cataloged
  221. - the volume-group the disk belongs to
  222. - a description of the disk's contents
  223.  
  224. Initially, the group and description fields will be blank ; you must
  225. define them yourself using the 'Volume Information' window.
  226.  
  227. Explanation of the buttons (from left to right) :
  228.  
  229. [ EXIT ]
  230.  
  231. Clicking this button will end WinCat.
  232.  
  233.  
  234. [ VOLUME INFORMATION ]
  235.  
  236. Displays the 'Volume Information' window, which shows the :
  237.  
  238.         - volume ID
  239.         - date the disk was cataloged
  240.         - name of the associated archive contents (.ACT) file
  241.         - free and used diskspace in bytes
  242.         - a bar that graphically shows free and used diskspace
  243.         - number of files on the disk
  244.         - disk type (physical size and capacity)
  245.         - drive ID
  246.         - group ID, location and owner you defined
  247.         - any comment you entered.
  248.  
  249. On this window you can define to which group, location and/or owner a
  250. disk belongs. Each of these fields may be 1 to 8 characters long.
  251. You can also enter or update the volume's description on this window.
  252. To make it easier to enter a series of descriptions that are almost
  253. the same (e.g. Windows disk 1 of 6, disk 2 of 6 etc.) you can let WinCat
  254. memorize descriptions (by entering a description in the edit field and 
  255. clicking on the 'Mem' key). 
  256. You can then simply select descriptions from the drop-down list.
  257.  
  258. Clicking the OK button will save these fields in the catalog, and end
  259. the Volume Information window. The Volume List window will show the
  260. updated Group and Description fields.
  261. Another way to save these fields is to scroll to another volume, using
  262. the scrollbar at the left. If you do this, all updates will be saved
  263. automaticly, i.e. you don't have to click OK.
  264.  
  265. If you click Cancel the changes you made will be discarded.
  266.  
  267.  
  268. [ FILES ]
  269.  
  270. Shows the contents (all files) of the selected volume.
  271. You can also do this by double-clicking a volume-entry.
  272. See explanation of the 'File List' window below.
  273.  
  274.  
  275. [ DIRECTORY ]
  276.  
  277. Displays the 'Directory List' window, which shows the directories
  278. on the selected disk. This window also shows the number of files
  279. and used diskspace per directory.
  280. Select a directory and click [FILES] to see all files in it.
  281. The same function can also be accomplished by double-clicking a
  282. directory entry.
  283. See also 'File List' window.
  284.  
  285.  
  286. [ UNCATALOG ]
  287.  
  288. This function will delete the selected volume (and all files cataloged
  289. on it) from the catalog.
  290. If there is a corresponding archive contents (.ACT) file this will be
  291. deleted as well.
  292. Of course you'll receive the inevitable prompt 'are you sure ?'.
  293.  
  294.  
  295. [ CHANGE ID ]
  296.  
  297. This function can be used to change the ID of a volume in the catalog.
  298. The new ID you enter must be unique ; if there is already a volume
  299. cataloged with the new ID, a messagebox appears prompting you to enter
  300. a different ID.
  301. Note that WinCat only changes the volume-id in the catalog ; it does
  302. NOT change the disklabel on the disk.
  303.  
  304.  
  305. [ CATALOG ]
  306.  
  307. This function will scan a disk and add it's volume- and file-information
  308. to the catalog.
  309.  
  310. WinCat first displays the drive-select window, which shows a button
  311. for each floppydisk- or CD-ROM-drive installed on your PC.
  312.  
  313. On this window you can specify whether or not you want a confirmation
  314. window displayed when you're recataloging a volume, and whether or not
  315. you want WinCat to catalog the contents of archive files on the disk.
  316. (you can pre-define these options on the Configure window).
  317.  
  318. Select the desired options, insert a disk in a drive and then select
  319. this drive by clicking the appropriate drive-button.
  320.  
  321. After scanning the directory of the disk WinCat displays the 'Catalog Disk'
  322. window, which shows the contents of the disk.
  323. On the 'Catalog Disk' window you must enter a volume-ID for the disk
  324. to be cataloged.  This ID may be 1 to 11 characters long.
  325. If the disk was labeled, the ID-field will show the label. You're free
  326. to change it : WinCat doesn't require that disklabel and (external)
  327. volume-ID are equal.
  328. The ID you enter will only be used to identify the volume in the catalog ;
  329. WinCat does NOT write the ID as a label on the disk.
  330. (But : the easiest way to work with WinCat is to you give every disk a
  331. unique label, and then let WinCat use these labels as volume-ID's).
  332.  
  333. Optionally you can also enter a description of the disk's contents.
  334. To make it easier to enter a series of descriptions that are almost
  335. the same (e.g. Windows disk 1 of 6, disk 2 of 6 etc.) you can let WinCat
  336. memorize descriptions (by entering a description in the edit field and 
  337. clicking on the 'Mem' key). 
  338. You can then simply select descriptions from the drop-down list.
  339.  
  340. When you click OK, WinCat will scan the catalog to see if the volume-ID
  341. you entered is already in use.
  342. If it isn't, the volume- and file-information will be added to the catalog.
  343.  
  344. If there IS a volume with the same ID in the catalog, WinCat compares the
  345. information in the catalog with the actual contents of the disk and
  346. shows the 'confirm recatalog' window which displays :
  347.   - files that are on the disk, but not yet cataloged
  348.   - files that are cataloged, but can't be found on the disk
  349.   - files on the disk that are newer than the ones cataloged
  350.   - files on the disk that are older than the ones cataloged
  351.  
  352. If you click the OK button, WinCat will delete the old volume
  353. (and it's files) from the catalog and add the new volume- and file-
  354. information to the catalog.  Volume- and file-comments will be copied
  355. from the old to the new volume- and file-records.
  356. If you click the Cancel button, WinCat will return to the 'Catalog Disk'
  357. window, where you can either enter a different volume-id, or cancel
  358. the catalog function.
  359.  
  360. Remember that this window doesn't appear if you have turned the 'confirm
  361. recatalog' option (on the drive-select window) off. In this case WinCat
  362. automaticly recatalogs the volume.
  363.  
  364. After WinCat has added or replaced the volume in it's catalog, he will
  365. optionally continue with :
  366.     - reading the DESCRIPT.ION file on the disk
  367.     - scanning the archive-files on the disk
  368.       note : when recataloging a disk, WinCat will first examine the old
  369.       .ACT file that was associated with that disk. By doing so, WinCat
  370.       doesn't have to scan archive-files that were examined previously
  371.       and haven't been changed since : he simply copies their contents-
  372.       information to the new .ACT file, and only scans those archive-files
  373.       that are new or updated.
  374.        
  375. Whether or not WinCat performs these actions depends on the 'Catalog
  376. options' settings on the 'Configure' and 'Drive Select' windows.
  377.  
  378.  
  379. 4DOS users
  380. ----------
  381. One of the nice features of 4DOS is that you can assign descriptions
  382. to your files. 4DOS saves these descriptions in a -hidden- file called
  383. 'DESCRIPT.ION'.
  384. This is a 'plain' ASCII text file, i.e. it's contents might look like
  385. this :
  386. afile.exe just one of my files
  387. wincat30.arj SPLENDID program : I'm gonna mail the orderform today !
  388. descript.ion This comment describes the volume contents
  389. somefile.arj This is another file
  390.  
  391. When cataloging a disk, WinCat scans the root-directory of this disk for
  392. a 'DESCRIPT.ION' file and, if found, copies the file-descriptions in this
  393. file to it's catalog.
  394. If there is an entry 'descript.ion' in the descript.ion file, WinCat
  395. will use it's description as a volume-description (get my point ?).
  396. If you don't want WinCat to read the DESCRIPT.ION file, disable the
  397. appropriate option on the Settings window.
  398.  
  399.  
  400. Cataloging Archive Contents
  401. ---------------------------
  402. You can optionally let WinCat catalog the contents of ARJ,ZIP,LZH,PAK and
  403. ARC archive files.
  404.  
  405. When WinCat scans the archive files on a disk, he saves the information
  406. in a special directory in a file named Fxxxxxxx.ACT, where xxxxxxx
  407. is some generated (timestamp) string.
  408. So, for every volume that WinCat scanned there is a .ACT file in this
  409. directory.
  410. On the 'Volume Information' window you can see which .ACT file (if any)
  411. belongs to a volume.
  412.  
  413. Note that there is a one-to-one relationship between a volume and it's
  414. associated .ACT file ; therefore you shouldn't rename or delete .ACT
  415. files yourself, because then WinCat looses track and instead of the
  416. contents of an archive file will show you the message 'Can't find
  417. file Fxxxxxxx.ACT'.
  418.  
  419. If you request WinCat to show the contents of a particular archive file,
  420. WinCat locates the .ACT file that's associated with the volume that
  421. contains the archive file and extracts the requested information from it.
  422.  
  423. So, to activate the cataloging of archive contents you must do 2 things :
  424.  
  425. 1: Create the subdirectory where WinCat can store it's .ACT files.
  426.    As a default, WinCat uses directory C:\WINDOWS\WINCAT\ARCHIVES.
  427.    If you want to use another directory you must specify it's full name
  428.    on the Configure window (option 'Archive Directory'), e.g. 'D:\USERDATA\'
  429.    or 'C:\WINDOWS\WINCAT\'
  430.  
  431. 2: Turn on the 'Catalog Archive Contents' option on either the Configure
  432.    window or the Drive Select window.
  433.  
  434.  
  435. If an error (CRC check, I/O error or whatever) occurs while scanning an
  436. archive file then WinCat aborts processing the current archive and
  437. proceeds with the next one.
  438.  
  439.  
  440. Cataloging CD-ROM disks
  441. -----------------------
  442. If you have a CD-ROM drive and the appropriate device-drivers installed
  443. on your system you can let WinCat also catalog the contents of your CD-ROM
  444. disks.
  445. This isn't any different from cataloging floppy-disks ; WinCat will enable
  446. a drive-button on the 'Catalog Disk' window, and all you have to do is
  447. to click this button.
  448.  
  449.  
  450. [ SEARCH ]
  451.  
  452. Allows you to search for files in the catalog (click FILES) or for files
  453. in archives (click ARCHIVES).
  454. You can search for files in the catalog by specifying any combination of
  455. filename, extension, directory, comment, creation date and/or size.
  456. Files in archives can only be searched for by filename, extension, date
  457. and/or size.
  458.  
  459. WinCat will compare the strings you enter with the corresponding fields
  460. of all file-entries in the catalog, and show the files that match.
  461. So, if you specify ICO for filename and EDIT for comment, WinCat will
  462. show all(*) files that have the string ICO somewhere in the filename AND
  463. that have the string EDIT somewhere in the comment field.
  464.  
  465. (*) Unless you've selected a volume-group, in which case WinCat will
  466.     search for files only on volumes belonging to that group.
  467.  
  468. Use the 'Sort' box to select how the file list entries should be sorted :
  469. filename/extension, extension/filename or volume/filename.
  470.  
  471. Clicking the [Clear] button clears all search-fields.
  472.  
  473. See also 'File List Window'.
  474.  
  475.  
  476. [ FILE MANAGER ]
  477. [ PROGRAM MANAGER ]
  478. [ TASK MANAGER ]
  479.  
  480. Click one of these to switch to the Windows Program-Manager, File-Manager
  481. or Task-Manager.
  482.  
  483.  
  484. FILE LIST WINDOW
  485. ----------------
  486.  
  487. This window is used to display all files on a volume, files in a
  488. particular directory or files that were found by the search function.
  489.  
  490. The buttons explained (from left to rigth) :
  491.  
  492. [ EXIT ]
  493.  
  494. Hides the 'File List' window.
  495.  
  496.  
  497. [ INFO ]
  498.  
  499. Displays the 'File Information' window, which shows :
  500.  
  501.         - filename
  502.         - ID of the disk the file is on
  503.         - file creation date and time
  504.         - file size in bytes
  505.         - directory the file is in
  506.         - an [archive info] button
  507.         - any description you entered
  508.  
  509. You can use this window to update the file's description.
  510. If you click OK, WinCat will save the updated description in it's
  511. catalog.
  512. The scrollbar at the left can be used to quickly scroll to other files.
  513. If you do this any updates will be automaticly saved, so then there's
  514. no need to click OK.
  515. Click the [archive info] button to see the contents of an archive file.
  516.  
  517.  
  518. [ ASSOCIATE ]
  519. Associations are used by the Restore File function to determine which
  520. command to generate, depending on the selected file's filename-extension.
  521.  
  522. Main purpose in WinCat is to associate archive files (like ARJ)
  523. with their unarchive utilities, but if you like you can use them
  524. for lots of other purposes.
  525. Unlike the Windows File Manager, where you can associate only one
  526. application with an extension, WinCat lets you define up to three
  527. different associations, which can be used to :
  528.   - extract files from an archive
  529.   - view the contents of an archive
  530.   - some other function defined by you
  531.  
  532. To define an association, you must enter one or more commands, like
  533.  
  534.   DOS ARJ E < >                (extract .ARJ files)
  535.   DOS C:\TOOLS\PKUNZIP.EXE < > (extract .ZIP files)
  536.   DOS PKUNZIP -v <             (view contents of .ZIP files)
  537.   NOTEPAD <                    (edit .DOC files)
  538.   C:\WINDOWS\WRITE.EXE <       (edit .WRI files)
  539.   COPY < >                     (copy a file from floppy to harddisk)
  540.  
  541. The Restore function will replace the '<' with the name of the
  542. selected file, and '>' with the selected target directory.
  543.  
  544. If a command begins with 'DOS ' it will be executed as DOS command
  545. in a DOS window, else it will be executed as a true Windows
  546. application.
  547.  
  548. Click OK to save the defined command(s) in file WINCAT.INI and end
  549. the 'Associate' window.
  550. Clicking Cancel will end the 'Associate' window.
  551.  
  552.  
  553. [ RESTORE ]
  554.  
  555. This function can be used to restore files from floppy- to harddisk.
  556. The 'Restore File' window shows at the top the command that WinCat will
  557. execute if you click OK (you may edit this line).
  558.  
  559. The command that WinCat generates depends on the combination of
  560. (filename-)extension (i.e. the associations you defined for that
  561. particular extension), the selected option in the 'action'-box,
  562. the selected target directory and the selected source drive.
  563.  
  564. The 'action'-box has 7 buttons :
  565.  
  566. - Copy file to harddisk       - Active for all files
  567. - Edit file                   - Active for all files
  568. - Run application             - Active for EXE, BAT and PIF files
  569. - Call WUNA                   - Only active for ARJ and ZIP files
  570.  
  571. The other buttons are visible only if there is an association defined
  572. for the filename-extension of the selected file ( see 'Associate' ) :
  573.  
  574. - Extract files from archive
  575. - View contents of archive
  576. - User defined function
  577.  
  578. If the generated command begins with 'DOS ' WinCat opens a DOS window
  579. to execute the (DOS) command through WINCATRS.BAT, else it will be
  580. launched as a Windows application.
  581.  
  582.  
  583. [ TAG ]
  584.  
  585. Click this button to put a 'tag' on a particular file.
  586. This can be usefull when you're searching for a couple of files ;
  587. first use the 'Search' function to find the files one by one and tag
  588. them. After you've found what you were looking for click 'Display
  589. tagged files' on the 'Options' menu et voila, there they are.
  590.  
  591.  
  592. [ ARCHIVE CONTENTS ]
  593.  
  594. Show the contents of an archive file.
  595. Of course the volume that contains this file must have been cataloged
  596. with the 'catalog archive contents' option turned on.
  597.  
  598.  
  599. [ ALTERNATE DISPLAY ]
  600.  
  601. Clicking this button wil alternately display the files with their comment
  602. field only, or with volume, creationdate and directory fields.
  603.  
  604.  
  605. [ COPY TO CLIPBOARD ]
  606.  
  607. Copies the filenames and their descriptions to the ClipBoard.
  608.  
  609.  
  610. [ EDIT ]
  611.  
  612. Runs NotePad (or the editor you specified on the 'Editor=' statement on
  613. the 'Configure' window), where you can paste in and edit the data you put
  614. on the ClipBoard with [COPY].
  615. When you have completed editing, use the editor to copy the data back
  616. to the ClipBoard.
  617.  
  618.  
  619. [ PASTE FROM CLIPBOARD ]
  620.  
  621. Retrieves file-descriptions from the ClipBoard and stores them in
  622. the catalog.
  623. The ClipBoard records must have the format 'Filename.Ext Text'.
  624. The filename may be in upper- or lowercase.
  625.  
  626.  
  627. [ PRINT ]
  628.  
  629. Copies the contents of the 'File List' window to WINCAT.LST, and then
  630. shows a message asking if you want to run the editor to edit or print
  631. this file (WINCAT.LST).
  632.  
  633.  
  634. FILE MENU
  635. ---------
  636.  
  637. - Catalog Statistics
  638.   Displays the total number of volumes and files in your catalog, the
  639.   total amount of used and free space on your disks, some catalog
  640.   information and the amount of memory Windows has available for
  641.   applications.
  642.  
  643. - Open Catalog
  644.   Displays the 'open catalog' dialog, where you can select the catalog
  645.   you want to use.
  646.   To create a new catalog, enter the name of a non-existent catalog
  647.   (with extension .CAT) and click OK. WinCat then asks if you want
  648.   to create a new catalog.
  649.  
  650. - Save Catalog
  651.   Saves all updates you made to the currently open catalog.
  652.   WinCat first renames the original catalog to *.BCK, and then creates
  653.   a new catalog with extension .CAT.
  654.  
  655. - Save Catalog As
  656.   Saves all updates you made to the currently open catalog in a new
  657.   catalog with a different name.
  658.   Enter the name of a not already existing catalog (with extension
  659.   .CAT) on the 'Save Catalog As' dialog.
  660.  
  661. - Save Group As
  662.   With this function you can create a new catalog that contains only
  663.   the volumes that you've selected with the 'Select Group' function.
  664.   Enter the name of a not already existing catalog (with extension
  665.   .CAT) on the 'Save Group As' dialog.
  666.  
  667.  
  668. - Exit
  669.   Ends WinCat.
  670.  
  671.  
  672. OPTIONS MENU
  673. ------------
  674.  
  675. - Configure...
  676.   Displays a window where you can specify the following options :
  677.  
  678.   - select foreground color
  679.   - select background color
  680.   - select font
  681.     Only select 'non-proportional' fonts (i.e. fonts where each character
  682.     takes up the same width in pixels on the screen), like TERMINAL,
  683.     FIXEDSYS or COURIER.
  684.     If you select a proportional font like ARIAL WinCat's displays will
  685.     become very hard to read.
  686.     The default is TERMINAL.
  687.  
  688.   - Editor to use
  689.     Specify which editor you want WinCat to use, for instance when
  690.     displaying the output of the Print function.
  691.     Enter a full path/filename, like C:\WINDOWS\PROGRAMS\MEGAEDIT.EXE
  692.     or D:\EDITOR.EXE.
  693.     The default is C:\WINDOWS\NOTEPAD.EXE
  694.  
  695.   - Archive Contents Directory
  696.     Specify where you want WinCat to save it's .ACT files when cataloging
  697.     the contents of archive-files on a disk.
  698.     Enter a full path/filename, like C:\WINDOWS\MYDATA or D:\BACKUP\DATA\.
  699.     The default is C:\WINDOWS\WINCAT\ARCHIVES
  700.  
  701.   - Initial Restore Directory
  702.     This is the target directory that WinCat will initially select for
  703.     restoring files (see Files window, Restore).
  704.     Specify the name of an existing directory, like C:\RESTORE or
  705.     D:\TRASH\.
  706.     The default is C:\
  707.  
  708.   - Date format
  709.     Specify which data format you want WinCat to use when displaying
  710.     dates.
  711.     You can chose between the formats 'DD-MM-YY' (also known as the
  712.     normal format...) or 'MM-DD-YY' (the American way).
  713.     The default is DD-MM-YY.
  714.  
  715.   - Scan 4DOS descript.ion file when cataloging a disk
  716.     Specify whether or not you want WinCat to copy file-comments from
  717.     a 4DOS descript.ion file (if present) when cataloging a disk.
  718.     The default is YES
  719.  
  720.   - Replace existing description with those from the descript.ion file
  721.     Specify whether or not you want WinCat to replace existing file-
  722.     comments with those that are in the descript.ion file.
  723.     The default is NO
  724.  
  725.   - Catalog contents of ARJ, ZIP, LZH, ARC and PAK archives.
  726.     Specify whether or not you want WinCat to catalog the contents
  727.     of archive-files when cataloging a disk.
  728.     The default is NO
  729.  
  730.   - Display Recatalog window when recataloging a disk.
  731.     When you catalog a disk that's already present in the catalog,
  732.     you can let WinCat display a window that shows the differences
  733.     between the information in the catalog, and the actual contents
  734.     of the disk by enabling this option.
  735.     The default is YES
  736.  
  737.   Click the OK button to activate the selected options, and to
  738.   save them in file WINCAT.INI.
  739.  
  740.   The sample WINCAT.INI looks like this :
  741.  
  742.   [WINCAT]
  743.   Editor=c:\windows\notepad.exe
  744.   Archive_Directory=c:windows\wincat\archives\
  745.   Restore_Directory=c:\
  746.   Use_4DOS=YES
  747.   Rep_4DOS=NO
  748.   Scan_Archives=NO
  749.   Confirm_Recatalog=YES
  750.   Date_Format=DDMMYY
  751.   (the following definitions are used by Associate)
  752.   EXTR_ARJ=DOS arj e < >
  753.   VIEW_ARJ=DOS arj v <
  754.   USER_ARJ=
  755.   EXTR_ZIP=DOS pkunzip < >
  756.   VIEW_ZIP=DOS pkunzip -v <
  757.   USER_ZIP=c:\windows\programs\winzip.exe <
  758.   EXTR_LZH=DOS lha e < >
  759.   VIEW_LZH=DOS lha v <
  760.   USER_LZH=c:\windows\programs\winzip.exe <
  761.   EXTR_DOC=
  762.   VIEW_DOC=
  763.   USER_DOC=notepad <
  764.   EXTR_LHA=DOS lha e < >
  765.   VIEW_LHA=DOS lha v <
  766.   USER_LHA=
  767.   EXTR_TXT=
  768.   VIEW_TXT=
  769.   USER_TXT=notepad <
  770.  
  771.  
  772. - Select Group...
  773.   With the 'Select Group' function you can limit the volumes displayed
  774.   on the Volume List window to those belonging to the selected group,
  775.   location or owner. You can also select a group of volumes with a
  776.   minimum amount of free space, or volumes that have a certain string
  777.   in their description field.
  778.  
  779.   When you select a group,  ALL WinCat functions (like search, print,
  780.   import, export etc.) will operate only on (files on) volumes belonging
  781.   to that group.
  782.   Only exception : the 'Save Catalog (As)' function ignores groups. 
  783.  
  784. - Display Tagged Files...
  785.   Displayes the files window, showing all files you tagged with the
  786.   'TAG' function.
  787.  
  788. - Reset File Tags...
  789.   Clears all tags.
  790.  
  791.  
  792. UTILITIES MENU
  793. --------------
  794.  
  795. - Compare...
  796.   You can use this function to let WinCat compare the contents of a
  797.   directory on your harddisk, or the contents of a floppy disk, with
  798.   the information in the catalog.
  799.   So you can easily see whether or not files are cataloged, and if so
  800.   on which volume(s) they reside.
  801.  
  802. - Import...
  803.   Use this function to import file-descriptions from BBS AllFiles
  804.   listings, listings from other (???!) disk catalog programs, 4DOS
  805.   descript.ion files etc.
  806.   This is the way to do it :
  807.  
  808.   1) Select the text file to import descriptions from.
  809.   This must be a 'normal' ASCII text file, that is each line must end
  810.   with a hex '0D0A' line delimiter.
  811.   The lines in this file must have the format 'Filename.Ext Text'.
  812.   The filename may be in upper- or lowercase, and may be preceeded by
  813.   spaces.  
  814.   WinCat ignores lines that don't adhere to this syntax.
  815.  
  816.   2) Specify whether you want WinCat to replace existing file-descriptions
  817.   with the imported ones by clicking the appropriate checkbox.
  818.  
  819.   3) Specify whether or not you want WinCat to take filename-extensions
  820.   into account when comparing filenames from the textfile with those
  821.   from the catalog.
  822.   If you set this option to 'YES', WinCat will ignore extensions and
  823.   so will consider file 'SAMPLE.ARJ' to be the same as file 'SAMPLE.ZIP'.
  824.  
  825.   4) Specify the number of words to drop between filename and description.
  826.  
  827.   A typical line in an AllFiles listing may look like this :
  828.  
  829.   WINCAT30.ARJ  134200  01-04-93  [899]  SPLENDID Disk Catalog for Windows
  830.  
  831.   Obviously, only the text 'SPLENDID Disk Catalog for Windows' should be
  832.   taken as the description for WINCAT30.ARJ.
  833.   To do this, you must tell WinCat how many words to drop from the text
  834.   following the filename WINCAT30.ARJ. In this example, the first 3 words
  835.   (strings delimited by one or more spaces) after WINCAT30.ARJ should be
  836.   dropped, so the number to specify is 3.
  837.  
  838.   When you click OK, WinCat will first sort the files in the catalog
  839.   (or in the current active group), and then scan the selected textfile.
  840.   For each filename found in the textfile WinCat will check whether a file
  841.   with this name exists in the catalog. If so, WinCat will copy the
  842.   description that follows the filename (in the textfile) to the 
  843.   corresponding file in the catalog, and set that file's TAG.
  844.  
  845.   After WinCat has finished reading the textfile he'll display the 'Files'
  846.   window, showing all (TAGged) files that were updated.   
  847.   If you're not completely happy with the result you can use [COPY], [EDIT]
  848.   and [PASTE] to change things.
  849.  
  850. - Export
  851.   Exports the information in the catalog (or in the current active group)
  852.   to a file in DBF format. The .DBF file can be used with database products
  853.   like dBase, FoxPro etc.
  854.   WinCat will create a record in the .DBF file for each file in the
  855.   catalog or group. Apart from the name of each file (which is always part
  856.   of a record) you can select additional fields you want included in
  857.   each record : volume id, directory, date, size and/or comment. 
  858.     
  859. - Print Volume Summary
  860.   Creates a summary listing of all volumes, and then shows a message 
  861.   asking if you want to use the editor to edit or print this file 
  862.   (WINCAT.LST).
  863.  
  864. - Print Volume Contents
  865.   Creates a listing of all volumes and their contents.
  866.  
  867. - Print Files sorted by Filename
  868.   Creates a sorted listing of all files in the catalog.
  869.  
  870. - Print Duplicate Files
  871.   Creates a listing of files that occur more than once in the catalog.
  872.  
  873.  
  874. HELP MENU
  875. ---------
  876.  
  877. - Help
  878.   Shows WINCAT.DOC
  879.  
  880. - More Help
  881.   Shows the AidWare notice
  882.  
  883. - Show AIDWARE.DOC
  884.   Displays file AIDWARE.DOC
  885.  
  886. - Show ORDERFRM.DOC
  887.   Displays file ORDERFRM.DOC (my favorite...)
  888.  
  889. - Register
  890.   When you send me WinCat's orderform (plus the money of course...),
  891.   you'll receive a registration-number that disables the AidWare window
  892.   that appears when opening a catalog.
  893.   This unique registration-number was generated by a fractal generator
  894.   that takes your name as input and, after 3 minutes calculating, spits
  895.   out an 8 to 10 digit number (believe me, even I don't know how this
  896.   actually works).
  897.   
  898.   So, to register WinCat you must enter your name and the registration-
  899.   number EXACTLY as stated on the license-agreement, because WinCat will
  900.   check the number against the name (surprisingly, this takes almost no
  901.   time at all... but then, I don't know how this works either).
  902.   If WinCat detects that the name and number don't match, registration
  903.   will fail.     
  904.   If you enter the correct name and number, WinCat will say 'thanks !',
  905.   and your name will appear on the WHOF window.
  906.   WinCat saves your name and the registration-number in file WINCAT.INI.
  907.   If, for some reason, this file gets accidently erased you must re-enter
  908.   your registration. So don't throw away the license-agreement once you've
  909.   registered, as you might need it in the future.     
  910.     
  911.  
  912. - About WinCat
  913.   See for yourself...
  914.  
  915.  
  916. HINTS AND TIPS
  917. --------------
  918.  
  919. [1 - disk caching]
  920. WinCat's archive-scan functions result in quite a bit of I/O on your
  921. disks. Use a disk caching utility like SmartDrive or (even better)
  922. HyperDisk, this will improve WinCat's (and any other application's)
  923. performance considerably.
  924.  
  925. [2 - catalog backups]
  926. When you save a catalog, WinCat first renames the original catalog file
  927. to *.BCK, and then creates a new *.CAT file that contains all updates.
  928. Please note that, according to Murphy's Law, a backup is something you'll
  929. never need unless you don't have it. So never erase the *.BCK files...
  930.  
  931. [3- catalog size limits ]
  932. WinCat must be able to read an entire catalog into your PC's memory.
  933. This theoretically limits the size of the biggest catalog WinCat can
  934. handle to the amount of memory your system has available (you can check
  935. that on WinCat's Statistics window). However, WinCat will never be able
  936. to use ALL available memory for it's catalog, as some memory must remain
  937. available for displaying windows, the Window's system routines, applica-
  938. tions you want to run at the same time as WinCat etc.
  939. My rule of thumb : don't create a catalog that's bigger than half the
  940. amount of memory that's available.
  941. WinCat needs approximately 900 KB memory for every 10,000 files in a 
  942. catalog, so, if your system has 4 MB memory available under Windows, 
  943. you can let WinCat use 2 MB of it, and create catalogs that contain up to
  944. 20,000 files.   
  945. You'll notice that, when you're pushing WinCat to the limits, the entire
  946. Windows system will slow down because Windows has to perform a lot
  947. of memory management (i.e. swapping memory to and from it's swapfile),
  948. and that you might get messages like 'Insufficient memory to run applica-
  949. tion' when starting another program while running WinCat.  
  950.  
  951. Another thing to take into consideration : the bigger a catalog, the
  952. longer the reading,saving,searching and especially sorting will take.
  953. The time necessary to read,save or search a catalog increases linear
  954. with the size of the catalog.
  955. However, the time that WinCat needs to sort it's catalog increases almost
  956. exponentially with the number of entries to sort. Sorting is being 
  957. performed by the 'Import', 'Compare', 'Print files sorted' and 'Print 
  958. duplicate file' functions.
  959. If you have a rather big catalog, and want to execute one of these
  960. functions, consider selecting a group of volumes first ; this limits the
  961. number of entries to sort, and therefore speeds up things.
  962.  
  963. Please note : 
  964. -------------
  965. WinCat has been tested with catalogs that contained up to 20,000 files ;
  966. the author cannot guarantee WinCat's proper operation when using catalogs 
  967. that exceed this size. The use of catalogs that exceed this size is 
  968. formally not supported, and at the user's own risk.      
  969.  
  970.  
  971. 1-4-93  -  WINCAT/PRO 3.0 SUMMARY OF CHANGES
  972. --------------------------------------------
  973.  
  974. A summary of changes in WinCat/PRO, compared to (the Visual Basic version)
  975. WinCat 2.5.
  976.  
  977. * general
  978.  
  979.   - WinCat now supports multiple catalogs.
  980.     Related options on the 'File' menu : Open Catalog, Save Catalog,
  981.     Save Catalog As and Save Group As
  982.  
  983. * Volume List and File List windows
  984.  
  985.   - The Volume List and File List windows are now 'modeless' windows ;
  986.     this means that you can use functions on the Volume List window 
  987.     without closing the File List window first. 
  988.  
  989. * Volume Information window
  990.  
  991.   - You can now define two more 'group' fields : location and owner.
  992.  
  993.   - The pie-chart showing free and used space has been replaced by a
  994.     a linear 'stuffometer' that also shows the used space in percent. 
  995.  
  996.   - Entering a series of descriptions that are (almost) the same (e.g.
  997.     Windows disk 1 of 6, disk 2 of 6 etc.) has been made easier ; you can
  998.     let WinCat memorize descriptions by entering a description in the edit
  999.     field and clicking on the 'Mem' key. 
  1000.     You can then simply select descriptions from the drop-down list.
  1001.  
  1002. * Restore File window
  1003.  
  1004.   - Now has 2 more options : 'Run' and 'Edit'.
  1005.     This window also shows a (disabled) 'Delete' button, but at the moment
  1006.     this function is not supported. Wait for 3.1... 
  1007.  
  1008.   - WinCat now uses it's own routines to copy a file from floppy to hard-
  1009.     disk (instead of calling DOS copy).
  1010.        
  1011. * Select Group window
  1012.  
  1013.   - You can now also select those volumes that have a minimum amount of
  1014.     free space, or volumes that belong to a specified owner or location.
  1015.     
  1016.   - When you select a group,  ALL WinCat functions (like search, print,
  1017.     import, export etc.) will operate only on (files on) volumes belonging
  1018.     to that group.
  1019.     Only exception : the 'Save Catalog (As)' function ignores groups. 
  1020.    
  1021. * Catalog Disk window
  1022.  
  1023.   - You can now enter a volume's description on this window.
  1024.     Entering a series of (almost) identical descriptions has been made
  1025.     easier by implementing the same 'Memorize' function as on the Volume
  1026.     Information window.
  1027.  
  1028.   - The way WinCat scans archivefiles has been improved :
  1029.    
  1030.     * by changing the order in which archive-files are processed
  1031.       (directory-order instead of filename-order) scanning an entire 
  1032.       CD-ROM now takes less then half the time it took with WinCat 2.5.
  1033.  
  1034.     * when recataloging a disk, WinCat will now first examine the old
  1035.       .ACT file that was associated with that disk. By doing so, WinCat
  1036.       doesn't have to scan archive-files that were examined previously
  1037.       and haven't been changed since : he simply copies their contents-
  1038.       information to the new .ACT file, and only scans those archive-files
  1039.       that are new or updated.
  1040.  
  1041.   - WinCat can now catalog CD-ROMS that contain any number of files.
  1042.  
  1043. * Utilities Menu 
  1044.  
  1045.   - 'Export' is a new function you can use to copy WinCat's catalog data 
  1046.      to a file in .DBF format (for use with dBase, FoxPro etc.)
  1047.  
  1048.  
  1049.  
  1050. THINGS TO COME  :  WinCat/PRO 3.1
  1051. ---------------------------------
  1052.  
  1053. New features will include :
  1054.  
  1055.     - immediate printing of reports
  1056.     - printing disklabels (text plus a user-defined BMP graphic)
  1057.     - user-selected fonts
  1058.     - improved 'Presentation Graphics'
  1059.     - and of course the occasional (?) bugfix...
  1060.  
  1061. Planned General Availability : July '93
  1062.  
  1063. On the drawing board :
  1064.  
  1065.     - catalog compression
  1066.     - intelligent disk shuffler
  1067.  
  1068.  
  1069. REGISTERING WINCAT
  1070. ------------------
  1071.  
  1072. You are permitted to evaluate this product for 14 days. After that time
  1073. you must either register, or discontinue using the program.
  1074. The use of unregistered copies of WinCat/PRO, beyond the evaluation period,
  1075. by any person, business, corporation, government agency or any other entity
  1076. is strictly prohibited.
  1077. When using and/or registering WinCat/PRO you acknowledge and consent to
  1078. the 'DISCLAIMER OF WARRANTY' as stated at the end of this document.
  1079.  
  1080. (WOW, I love it when you talk like that...).
  1081.  
  1082. For details on why and how to register : please read AIDWARE.DOC and
  1083. ORDERFRM.DOC !
  1084.  
  1085.  
  1086. YOUR COMMENTS PLEASE
  1087. --------------------
  1088.  
  1089. If you discover serious bugs in WinCat, or if you have any "wouldn't it
  1090. be nice if WinCat ..." ideas, feel free to drop a message in my mailbox
  1091. at
  1092.  
  1093. - CompuServe Mail 72066,2116
  1094.  
  1095. or send me a note at one of these (Dutch) bulletin boards :
  1096.  
  1097. - CyberDyne Systems        FIDO 2:512/1002 (R28 WINNET host)
  1098. - TESS (formerly WildCat)  FIDO 2:500/222  (WINNET node)
  1099.  
  1100.  
  1101. Please keep in mind that WinCat isn't a product of a multimillion dollar
  1102. revenue company that employs an impressive technical staff ; WinCat is
  1103. just a product of some poor sod (me) who, during times other (normal)
  1104. people like to go out, eat, have sex, sleep and/or in any other way have
  1105. a jolly good time, likes (?) to spend his scarce spare time gazing at his
  1106. PC-screen in order to develop and promote and support and debug and push 
  1107. and market and test and improve and sell and document something that LOOKS
  1108. like it has been developed by a multimillion dollar revenue company that
  1109. employs an impressive technical staff...
  1110. In other words : WinCat already takes up a lot of my time, so please 
  1111. don't be offended if I don't answer a message, or if it takes a while 
  1112. before you receive an answer. 
  1113.   
  1114.  
  1115. DISTRIBUTION
  1116. ------------
  1117.  
  1118. The evaluation-copy of WinCat/PRO may be freely copied and distributed,
  1119. as long as the following conditions are met :
  1120.  
  1121.   [1] No fee is charged other than a normal time usage fee required
  1122.       by some Bulletin Board Services, or a fee for media- and distri-
  1123.       bution-costs for shareware disks or CD-ROM's.
  1124.   [2] The program and it's associated files are distributed in their
  1125.       original, unmodified form.
  1126.   [3] All document files are included with the executable file without
  1127.       modification.
  1128.  
  1129. This program may not be bundled with, or transferred as part of, any
  1130. package which is sold or for which any licensing fee is charged without
  1131. the prior written permission of the author.
  1132.  
  1133. Copies of this program or any of it's associated files remain property
  1134. of the author.
  1135.  
  1136.  
  1137. ACKNOWLEDGMENTS
  1138. ---------------
  1139.  
  1140. WinCat's 'Reading Catalog' speedometer is an adapted version of a nifty
  1141. little program called METER.PAS, which was published by the godfather
  1142. of Windows programming, the one and only Mr.    
  1143.  
  1144.   Doug Overmyer
  1145.  
  1146. Code for determining the contents of ZIP, PAK and ARC archives is based
  1147. on sourcecode from the program PIBCAT, which was created by :
  1148.  
  1149.   Phil Burns
  1150.  
  1151. Code for determining the contents of ARJ archives is based on sourcecode
  1152. from the program ARJDATE, which was created by :
  1153.  
  1154.   Darren Lyon
  1155.  
  1156. Code for determining the contents of LZH archives is based on sourcecode
  1157. from the program LZHTV10, which was created by :
  1158.  
  1159.   Samuel H. Smith
  1160.   Phoenix, AZ
  1161.  
  1162. The little cat with the slight weight-problem and the serious attitude-
  1163. problem bears a striking resemblence with Garfield, who was created by :
  1164.  
  1165.   Jim Davis    (copyright United Features Syndicate, Inc.) 
  1166.  
  1167. For making it possible to create WinCat/PRO and to build up a body like
  1168. Arnold Schwarzenegger (by giving me the Turbo Pascal for Windows Bible,
  1169. which is about 1000 pages or 25 kg Windows techtalk), the author wishes
  1170. to thank the Supreme SysOp of ClipBoard BBS, renowned for his *slik*
  1171. AAAARRGHH! -hehehehe...- toontalk and his 'briljant' brainwaves, the
  1172. one and only (thank God for that...)   
  1173.  
  1174.   Peter -The ClipDude- Jansen  ;-) 
  1175.  
  1176.        
  1177. SMALL PRINT
  1178. -----------
  1179. By using and/or registering WinCat/PRO you acknowledge and consent to
  1180. the following DISCLAIMER OF WARRANTY :
  1181.          
  1182. WinCat/PRO, including all related programs, texts, and files, is supplied
  1183. "as is". The author disclaims all warranties, expressed or implied, 
  1184. including, without limitation, the warranties of merchantability,
  1185. compatibility now or in the future with any configuration of computing
  1186. equipment or software, or of fitness for any purpose. The author assumes
  1187. no liability for damages, direct or consequential, which may result from
  1188. the normal use or abuse of WinCat/PRO and related programs. The author
  1189. specifically and categorially disclaims responsibility for damages, direct
  1190. or consequential, resulting from installation or use of WinCat/PRO or 
  1191. related programs or files which have been distributed after any 
  1192. modification - either deliberate or unwitting - by any party other than the
  1193. author, or distributed in any fashion that would otherwise violate the 
  1194. terms of this license.
  1195. 
  1196.